1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPOSEDIT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.txtreturn = New System.Windows.Forms.TextBox
27         Me.Label7 = New System.Windows.Forms.Label
28         Me.Label6 = New System.Windows.Forms.Label
29         Me.txtqty = New System.Windows.Forms.TextBox
30         Me.Label5 = New System.Windows.Forms.Label
31         Me.Label4 = New System.Windows.Forms.Label
32         Me.txtprice = New System.Windows.Forms.TextBox
33         Me.Label3 = New System.Windows.Forms.Label
34         Me.txtname = New System.Windows.Forms.TextBox
35         Me.Label2 = New System.Windows.Forms.Label
36         Me.txtid = New System.Windows.Forms.TextBox
37         Me.Label1 = New System.Windows.Forms.Label
38         Me.cmdcancel = New System.Windows.Forms.Button
39         Me.cmdsave = New System.Windows.Forms.Button
40         Me.GroupBox1.SuspendLayout()
41         Me.SuspendLayout()
42         
'
43         
'GroupBox1
44         
'
45         Me.GroupBox1.Controls.Add(Me.txtreturn)
46         Me.GroupBox1.Controls.Add(Me.Label7)
47         Me.GroupBox1.Controls.Add(Me.Label6)
48         Me.GroupBox1.Controls.Add(Me.txtqty)
49         Me.GroupBox1.Controls.Add(Me.Label5)
50         Me.GroupBox1.Controls.Add(Me.Label4)
51         Me.GroupBox1.Controls.Add(Me.txtprice)
52         Me.GroupBox1.Controls.Add(Me.Label3)
53         Me.GroupBox1.Controls.Add(Me.txtname)
54         Me.GroupBox1.Controls.Add(Me.Label2)
55         Me.GroupBox1.Controls.Add(Me.txtid)
56         Me.GroupBox1.Controls.Add(Me.Label1)
57         Me.GroupBox1.Location = New System.Drawing.Point(
3, 0)
58         Me.GroupBox1.Name =
"GroupBox1"
59         Me.GroupBox1.Size = New System.Drawing.Size(
327, 134)
60         Me.GroupBox1.TabIndex =
0
61         Me.GroupBox1.TabStop = False
62         
'
63         
'txtreturn
64         
'
65         Me.txtreturn.Location = New System.Drawing.Point(
116, 99)
66         Me.txtreturn.MaxLength =
50
67         Me.txtreturn.Name =
"txtreturn"
68         Me.txtreturn.Size = New System.Drawing.Size(
74, 21)
69         Me.txtreturn.TabIndex =
25
70         
'
71         
'Label7
72         
'
73         Me.Label7.AutoSize = True
74         Me.Label7.Location = New System.Drawing.Point(
24, 101)
75         Me.Label7.Name =
"Label7"
76         Me.Label7.Size = New System.Drawing.Size(
92, 13)
77         Me.Label7.TabIndex =
24
78         Me.Label7.Text =
"Return Quantity :"
79         
'
80         
'Label6
81         
'
82         Me.Label6.AutoSize = True
83         Me.Label6.Location = New System.Drawing.Point(
238, 57)
84         Me.Label6.Name =
"Label6"
85         Me.Label6.Size = New System.Drawing.Size(
33, 13)
86         Me.Label6.TabIndex =
23
87         Me.Label6.Text =
"detail"
88         Me.Label6.Visible = False
89         
'
90         
'txtqty
91         
'
92         Me.txtqty.BackColor = System.Drawing.Color.White
93         Me.txtqty.Enabled = False
94         Me.txtqty.Location = New System.Drawing.Point(
116, 77)
95         Me.txtqty.MaxLength =
50
96         Me.txtqty.Name =
"txtqty"
97         Me.txtqty.Size = New System.Drawing.Size(
74, 21)
98         Me.txtqty.TabIndex =
22
99         
'
100         
'Label5
101         
'
102         Me.Label5.AutoSize = True
103         Me.Label5.Location = New System.Drawing.Point(
20, 80)
104         Me.Label5.Name =
"Label5"
105         Me.Label5.Size = New System.Drawing.Size(
96, 13)
106         Me.Label5.TabIndex =
21
107         Me.Label5.Text =
"Current Quantity :"
108         
'
109         
'Label4
110         
'
111         Me.Label4.AutoSize = True
112         Me.Label4.Location = New System.Drawing.Point(
271, 58)
113         Me.Label4.Name =
"Label4"
114         Me.Label4.Size = New System.Drawing.Size(
41, 13)
115         Me.Label4.TabIndex =
20
116         Me.Label4.Text =
"dummy"
117         Me.Label4.Visible = False
118         
'
119         
'txtprice
120         
'
121         Me.txtprice.BackColor = System.Drawing.Color.White
122         Me.txtprice.Location = New System.Drawing.Point(
116, 55)
123         Me.txtprice.MaxLength =
50
124         Me.txtprice.Name =
"txtprice"
125         Me.txtprice.ReadOnly = True
126         Me.txtprice.Size = New System.Drawing.Size(
74, 21)
127         Me.txtprice.TabIndex =
17
128         
'
129         
'Label3
130         
'
131         Me.Label3.AutoSize = True
132         Me.Label3.Location = New System.Drawing.Point(
54, 60)
133         Me.Label3.Name =
"Label3"
134         Me.Label3.Size = New System.Drawing.Size(
62, 13)
135         Me.Label3.TabIndex =
16
136         Me.Label3.Text =
"Item Price :"
137         
'
138         
'txtname
139         
'
140         Me.txtname.BackColor = System.Drawing.Color.White
141         Me.txtname.Location = New System.Drawing.Point(
116, 33)
142         Me.txtname.MaxLength =
50
143         Me.txtname.Name =
"txtname"
144         Me.txtname.ReadOnly = True
145         Me.txtname.Size = New System.Drawing.Size(
196, 21)
146         Me.txtname.TabIndex =
15
147         
'
148         
'Label2
149         
'
150         Me.Label2.AutoSize = True
151         Me.Label2.Location = New System.Drawing.Point(
50, 39)
152         Me.Label2.Name =
"Label2"
153         Me.Label2.Size = New System.Drawing.Size(
66, 13)
154         Me.Label2.TabIndex =
14
155         Me.Label2.Text =
"Item Name :"
156         
'
157         
'txtid
158         
'
159         Me.txtid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
160         Me.txtid.Location = New System.Drawing.Point(
116, 11)
161         Me.txtid.Name =
"txtid"
162         Me.txtid.ReadOnly = True
163         Me.txtid.Size = New System.Drawing.Size(
70, 21)
164         Me.txtid.TabIndex =
13
165         
'
166         
'Label1
167         
'
168         Me.Label1.AutoSize = True
169         Me.Label1.Location = New System.Drawing.Point(
66, 17)
170         Me.Label1.Name =
"Label1"
171         Me.Label1.Size = New System.Drawing.Size(
50, 13)
172         Me.Label1.TabIndex =
12
173         Me.Label1.Text =
"Item ID :"
174         
'
175         
'cmdcancel
176         
'
177         Me.cmdcancel.Location = New System.Drawing.Point(
82, 140)
178         Me.cmdcancel.Name =
"cmdcancel"
179         Me.cmdcancel.Size = New System.Drawing.Size(
66, 25)
180         Me.cmdcancel.TabIndex =
19
181         Me.cmdcancel.Text =
"&Cancel"
182         Me.cmdcancel.UseVisualStyleBackColor = True
183         
'
184         
'cmdsave
185         
'
186         Me.cmdsave.Location = New System.Drawing.Point(
13, 140)
187         Me.cmdsave.Name =
"cmdsave"
188         Me.cmdsave.Size = New System.Drawing.Size(
66, 25)
189         Me.cmdsave.TabIndex =
18
190         Me.cmdsave.Text =
"&Save"
191         Me.cmdsave.UseVisualStyleBackColor = True
192         
'
193         
'FrmPOSEDIT
194         
'
195         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
196         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
197         Me.ClientSize = New System.Drawing.Size(
335, 173)
198         Me.Controls.Add(Me.GroupBox1)
199         Me.Controls.Add(Me.cmdcancel)
200         Me.Controls.Add(Me.cmdsave)
201         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
203         Me.Name =
"FrmPOSEDIT"
204         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
205         Me.Text =
"Item Edit"
206         Me.GroupBox1.ResumeLayout(False)
207         Me.GroupBox1.PerformLayout()
208         Me.ResumeLayout(False)
209
210     End Sub
211     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
212     Friend WithEvents txtreturn As System.Windows.Forms.TextBox
213     Friend WithEvents Label7 As System.Windows.Forms.Label
214     Friend WithEvents Label6 As System.Windows.Forms.Label
215     Friend WithEvents txtqty As System.Windows.Forms.TextBox
216     Friend WithEvents Label5 As System.Windows.Forms.Label
217     Friend WithEvents Label4 As System.Windows.Forms.Label
218     Friend WithEvents txtprice As System.Windows.Forms.TextBox
219     Friend WithEvents Label3 As System.Windows.Forms.Label
220     Friend WithEvents txtname As System.Windows.Forms.TextBox
221     Friend WithEvents Label2 As System.Windows.Forms.Label
222     Friend WithEvents txtid As System.Windows.Forms.TextBox
223     Friend WithEvents Label1 As System.Windows.Forms.Label
224     Friend WithEvents cmdcancel As System.Windows.Forms.Button
225     Friend WithEvents cmdsave As System.Windows.Forms.Button
226 End Class


Gõ tìm kiếm nhanh...